home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / 80C166assembler.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  4.8 KB  |  174 lines

  1. object TPersHolder
  2.   P.Name = '80C166 Assembler'
  3.   P.Extensions.Strings = (
  4.     
  5.       '80C166 ASM files (*.asm;*.a66;*.inc;*.lst;*.m66)|*.asm;*.a66;*.i' +
  6.       'nc;*.lst;*.m66')
  7.   P.SyntaxBlocks = <
  8.     item
  9.       Name = 'Default'
  10.       ID = 0
  11.       FIText = 9
  12.       FIIntNum = 3
  13.       FIFloatNum = 4
  14.       FIHexNum = 3
  15.       FIIdentifier = 5
  16.       UseComments = True
  17.       UseSingleLineComments = True
  18.       UseStrings = True
  19.       UseSingleLineStrings = True
  20.       UseNumbers = True
  21.       UsePrefixedNumbers = True
  22.       UseSuffixedNumbers = True
  23.       UseMultipleNumSuffixes = False
  24.       UseIdentifiers = True
  25.       UseKeywords = True
  26.       BlockDelimiters = <>
  27.       SingleLineCommentDelimiters = <
  28.         item
  29.           FontID = 10
  30.           LeftDelimiter = ';'
  31.         end>
  32.       SingleLineStringDelimiters = <
  33.         item
  34.           FontID = 2
  35.           LeftDelimiter = #39
  36.           RightDelimiter = #39
  37.         end>
  38.       NumPrefixes = <
  39.         item
  40.           LeftDelimiter = '#'
  41.         end>
  42.       NumSuffixes = <
  43.         item
  44.           LeftDelimiter = 'h'
  45.         end
  46.         item
  47.           LeftDelimiter = 'H'
  48.         end
  49.         item
  50.           LeftDelimiter = 't'
  51.         end
  52.         item
  53.           LeftDelimiter = 'T'
  54.         end>
  55.       KeywordSets = <
  56.         item
  57.           FontID = 6
  58.           Name = 'Op codes'
  59.           Keywords = 
  60.             'add,addb,addbc,addc,and,andb,ashr,atomic,band,bclr,bcmp,bfldh,bf' +
  61.             'ldl,bmov,bmovn,bor,bset,bxor,calla,calli,callr,calls,cc_C,cc_EQ,' +
  62.             'cc_N,cc_NC,cc_NE,cc_NET,cc_NN,cc_NV,cc_NZ,cc_SLE,cc_SLT,cc_UC,cc' +
  63.             '_UGE,cc_UGT,cc_ULE,cc_ULT,cc_V,cc_Z,cmp,cmpb,cmpd1,cmpd2,cmpi1,c' +
  64.             'mpi2,cpl,cplb,diswdt,div,divl,divlu,einit,extp,extpr,extr,exts,e' +
  65.             'xtsr,idle,jb,jbc,jmpa,jmpi,jmpr,jmps,jnb,jnbs,mov,movb,movbs,mov' +
  66.             'bz,mul,mulu,neg,negb,nop,or,orb,pcall,pop,prior,push,pwrdn,ret,r' +
  67.             'eti,retp,rets,rol,ror,scxt,shl,shr,srst,srvwdt,sub,subb,subc,sub' +
  68.             'cb,trap,xor,xorb'
  69.         end
  70.         item
  71.           FontID = 8
  72.           Name = 'Directives'
  73.           Keywords = 
  74.             'assume,at,byte,case,cgroup,code,cseg,data,db,debug,dgroup,dsb,ds' +
  75.             'eg,dsw,dw,else,end,endif,endm,endp,ends,extern,extrn,far,global,' +
  76.             'if,include,interrupt,list,macro,main,module,near,nolist,proc,pub' +
  77.             'lic,rseg,section,title,word'
  78.         end
  79.         item
  80.           FontID = 1
  81.           Name = 'Registers'
  82.           Keywords = 
  83.             'cp,dpp0,dpp1,dpp2,dpp3,mdh,mdl,psw,r0,r1,r10,r11,r12,r13,r14,r15' +
  84.             ',r2,r3,r4,r5,r6,r7,r8,r9,rh0,rh1,rh2,rh3,rh4,rh5,rh6,rh7,rl0,rl1' +
  85.             ',rl2,rl3,rl4,rl5,rl6,rl7'
  86.         end>
  87.       FirstIdentChars = '%@-Z_a-z'
  88.       OtherIdentChars = '0-9?A-Z_a-z'
  89.     end>
  90.   P.FontTable = <
  91.     item
  92.       FontID = 2
  93.       GlobalAttrID = 'String'
  94.       Font.Charset = DEFAULT_CHARSET
  95.       Font.Color = clMaroon
  96.       Font.Height = -13
  97.       Font.Name = 'Courier New'
  98.       Font.Style = []
  99.     end
  100.     item
  101.       FontID = 3
  102.       GlobalAttrID = 'Integer'
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = clGreen
  105.       Font.Height = -13
  106.       Font.Name = 'Courier New'
  107.       Font.Style = []
  108.     end
  109.     item
  110.       FontID = 4
  111.       GlobalAttrID = 'Float'
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clGreen
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = []
  117.     end
  118.     item
  119.       FontID = 5
  120.       GlobalAttrID = 'Identifier'
  121.       Font.Charset = DEFAULT_CHARSET
  122.       Font.Color = clBlack
  123.       Font.Height = -13
  124.       Font.Name = 'Courier New'
  125.       Font.Style = []
  126.     end
  127.     item
  128.       FontID = 6
  129.       GlobalAttrID = 'Reserved words'
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clBlue
  132.       Font.Height = -13
  133.       Font.Name = 'Courier New'
  134.       Font.Style = []
  135.     end
  136.     item
  137.       FontID = 8
  138.       GlobalAttrID = 'Defines'
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clGreen
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = []
  144.     end
  145.     item
  146.       FontID = 9
  147.       GlobalAttrID = 'Plain Text'
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = clBlack
  150.       Font.Height = -13
  151.       Font.Name = 'Courier New'
  152.       Font.Style = []
  153.     end
  154.     item
  155.       FontID = 10
  156.       GlobalAttrID = 'Comment'
  157.       Font.Charset = DEFAULT_CHARSET
  158.       Font.Color = clGray
  159.       Font.Height = -13
  160.       Font.Name = 'Courier New'
  161.       Font.Style = [fsItalic]
  162.     end
  163.     item
  164.       FontID = 1
  165.       GlobalAttrID = 'Script ResWord'
  166.       Font.Charset = DEFAULT_CHARSET
  167.       Font.Color = clBlack
  168.       Font.Height = -13
  169.       Font.Name = 'Courier New'
  170.       Font.Style = [fsBold]
  171.     end>
  172.   P.SyntaxVersion = 3
  173. end
  174.